home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / Mutt000_POP.lha / Mutt-0.89i-AMIGA / Pine.rc < prev    next >
Text File  |  1998-01-28  |  998b  |  41 lines

  1. #
  2. # This file contains commands to change the keybindings in Mutt to be
  3. # similar to those of PINE 3.95.
  4. #
  5.  
  6. bind index v display-message
  7. bind index p previous-undeleted
  8. bind index n next-undeleted
  9. bind index ' ' next-page
  10. bind index c mail
  11. bind index g change-folder
  12. bind index w search
  13. bind index y print-message
  14. bind index x sync-mailbox
  15. bind index $ sort-mailbox
  16. bind index a tag-prefix
  17. bind index ; tag-message
  18.  
  19. # Not possible to simulate zoom-out...
  20. macro index z ltagged\r
  21.  
  22. bind pager p previous-undeleted
  23. bind pager n next-undeleted
  24. bind pager ' ' next-page
  25. bind pager g change-folder
  26. bind pager c mail
  27. bind pager w search
  28. bind pager y print-message
  29. bind pager \n noop    # PINE prints "No default action for this menu."
  30. bind pager up previous-line
  31. bind pager down next-line
  32.  
  33. bind compose \cx send-message
  34.  
  35. # PINE has different defaults for this variables
  36. set folder=~/mail
  37. set record=+sent-mail
  38. set nosave_name
  39. set postponed=~/postponed-msgs
  40. set hdr_format="%Z %3C %{%b %d} %-19.19L (%5c) %s"
  41.